The Database API > Database API functions > MMDB.getDriverName()

 

MMDB.getDriverName()

Availability

Dreamweaver UltraDev 1.0

Description

Gets the driver name associated with the specified connection. Only a JDBC connection has a driver name in Dreamweaver UltraDev 1.0.

Arguments

connName

connName is an UltraDev connection name as specified in the Connection Manager. It is used to make a database connection to a live data source.

Returns

A string containing the driver name.

Example

The statement MMDB.getDriverName ("EmpDB"); might return the following string:

"jdbc/oracle/driver/JdbcOracle"